home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / config.kcfg / amarok.kcfg next >
Extensible Markup Language  |  2008-08-13  |  33KB  |  706 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Author: Stanislav Karchebny, berk@upnet.ru -->
  3. <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
  4.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
  6.       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  7. <include>qdir.h</include>
  8.  
  9. <kcfgfile name="amarokrc"/>
  10.  
  11. <group name="General Options">
  12.     <entry key="Version" type="String">
  13.         <label>Amarok Version</label>
  14.         <whatsthis>Amarok version string, used to restart aRts in new installations.</whatsthis>
  15.         <default></default>
  16.     </entry>
  17.     <entry key="Player Pos" type="Point">
  18.         <label>Position of player window</label>
  19.         <whatsthis>The position of the Amarok main window when Amarok is started.</whatsthis>
  20.     </entry>
  21.     <entry key="Player Window Minimal View" type="Bool">
  22.         <label>Whether Player Window is in minimal or normal mode</label>
  23.         <whatsthis>If set the player window will start in minimal view</whatsthis>
  24.     <default>false</default>
  25.     </entry>
  26.     <entry key="Playlist Window Pos" type="Point">
  27.         <label>Position of playlist window</label>
  28.         <whatsthis>The position of the playlist window when Amarok is started.</whatsthis>
  29.     </entry>
  30.     <entry key="Playlist Window Size" type="Size">
  31.         <label>Size of playlist window</label>
  32.         <whatsthis>The size of the playlist window when Amarok is started.</whatsthis>
  33.     </entry>
  34.     <entry key="Save Playlist" type="Bool">
  35.         <label>Whether to save playlist on quit</label>
  36.         <whatsthis>If set, Amarok saves the current playlist on quit and restores it when restarted.</whatsthis>
  37.         <default>true</default>
  38.     </entry>
  39.     <entry key="Follow Symlinks" type="Bool">
  40.         <label>Whether to follow symlinks while adding items to playlist recursively</label>
  41.         <whatsthis>If set, amarok follows symlinks when adding files or directories to the playlist.</whatsthis>
  42.         <default>true</default>
  43.     </entry>
  44.     <entry key="Left Time Display Enabled" type="Bool">
  45.         <label>Whether to display a second, left time label.</label>
  46.         <whatsthis>Set this to display a second time label to the left of the seek slider in the player window.</whatsthis>
  47.         <default>true</default>
  48.     </entry>
  49.     <entry key="Left Time Display Remaining" type="Bool">
  50.         <label>Whether to display remaining track time in the left time label.</label>
  51.         <whatsthis>Set this to display remaining track time instead of past track time in the player window.</whatsthis>
  52.         <default>false</default>
  53.     </entry>
  54.      <entry key="Use Scores" type="Bool">
  55.         <label>Whether to show scores for tracks</label>
  56.         <whatsthis>A score is a number from 0 to 100, determined automatically by Amarok based on how often you listen to a track and how much of it you listen to.</whatsthis>
  57.         <default>true</default>
  58.     </entry>
  59.     <entry key="Use Ratings" type="Bool">
  60.         <label>Whether to show ratings for tracks</label>
  61.         <whatsthis>A rating is 1 to 5 stars, set manually by you to describe how well you like a given track.</whatsthis>
  62.         <default>false</default>
  63.     </entry>
  64.     <entry key="Custom Ratings Colors" type="Bool">
  65.         <label>Whether to use custom colors for ratings stars</label>
  66.         <whatsthis>Selects whether the user wants to use custom colors for ratings stars.</whatsthis>
  67.         <default>false</default>
  68.     </entry>
  69.     <entry key="Fixed Half Star Color" type="Bool">
  70.         <label>Whether half-stars should use a fixed color or follow the one above</label>
  71.         <whatsthis>Selects whether the user wants to define a custom color for the half-star.</whatsthis>
  72.         <default>true</default>
  73.     </entry>
  74.     <entry key="Repeat" type="Enum">
  75.         <label>Which track(s) to play repeatedly</label>
  76.         <whatsthis>Whether to repeat the current track, the current album, or the current playlist indefinitely, or neither.</whatsthis>
  77.         <choices>
  78.             <choice name="Off">
  79.                 <label>Don't Repeat</label>
  80.             </choice>
  81.             <choice name="Track">
  82.                 <label>Repeat Track</label>
  83.             </choice>
  84.             <choice name="Album">
  85.                 <label>Repeat Album</label>
  86.             </choice>
  87.             <choice name="Playlist">
  88.                 <label>Repeat Playlist</label>
  89.             </choice>
  90.         </choices>
  91.         <default>Off</default>
  92.     </entry>
  93.     <entry key="Favor Tracks" type="Enum">
  94.         <label>Which tracks or albums to favor in Random Mode</label>
  95.         <whatsthis>Tracks or albums with the chosen property will be more likely to be chosen in Random Mode.</whatsthis>
  96.         <choices>
  97.             <choice name="Off"></choice>
  98.             <choice name="HigherScores"></choice>
  99.             <choice name="HigherRatings"></choice>
  100.             <choice name="LessRecentlyPlayed"></choice>
  101.         </choices>
  102.         <default>Off</default>
  103.     </entry>
  104.     <entry key="Random Mode" type="Enum">
  105.         <label>Whether to play tracks or albums in random order</label>
  106.         <whatsthis>If set, Amarok plays the tracks or albums in the playlist in a random order.</whatsthis>
  107.         <choices>
  108.             <choice name="Off"></choice>
  109.             <choice name="Tracks"></choice>
  110.             <choice name="Albums"></choice>
  111.         </choices>
  112.         <default>Off</default>
  113.     </entry>
  114.     <entry key="Last Dynamic Mode" type="String">
  115.         <label>The most recently used Dynamic Mode</label>
  116.         <whatsthis>The title of the Dynamic Mode that was most recently loaded in the playlist</whatsthis>
  117.         <default>Random Mix</default>
  118.     </entry>
  119.     <entry key="Last Score Script" type="String">
  120.         <label>The most recently used scoring script</label>
  121.         <whatsthis>The name of the custom scoring script which was most recently loaded</whatsthis>
  122.         <default></default>
  123.     </entry>
  124.     <entry key="Show Tray Icon" type="Bool">
  125.         <label>Whether to show icon in system tray</label>
  126.         <whatsthis>Enable/Disable tray icon for Amarok.</whatsthis>
  127.         <default>true</default>
  128.     </entry>
  129.     <entry key="Animate Tray Icon" type="Bool">
  130.         <label>Whether to animate the systray icon</label>
  131.         <whatsthis>Enable/Disable tray icon animation.</whatsthis>
  132.         <default>false</default>
  133.     </entry>
  134.     <entry key="Show Player Window" type="Bool">
  135.         <label>Whether to show player window</label>
  136.         <whatsthis>Makes Amarok more like XMMS and other Winamp clones with separate player and playlist windows.</whatsthis>
  137.         <default>false</default>
  138.     </entry>
  139.     <entry key="Show Moodbar" type="Bool">
  140.         <label>Whether to show moodbars in track sliders and in a column in the playlist window</label>
  141.         <whatsthis>Displays a visual representation of the current track in the slider bar of the player window, the playlist window, and in a column of the playlist window.</whatsthis>
  142.         <default>false</default>
  143.     </entry>
  144.     <entry key="Moods With Music" type="Bool">
  145.         <label>Store Mood data files with music</label>
  146.         <whatsthis>Enabling this option stores Mood data files with the music files. Disabling stores them in your home folder.</whatsthis>
  147.         <default>false</default>
  148.     </entry>
  149.     <entry key="Make Moodier" type="Bool">
  150.         <label>Maximize color spread of Moodbar</label>
  151.         <whatsthis>When enabled, the hue distribution is quantised and respread evenly, giving a prettier but less meaningful output.</whatsthis>
  152.         <default>true</default>
  153.     </entry>
  154.     <entry key="AlterMood" type="Int">
  155.         <label>Alter Mood data according to theme</label>
  156.         <whatsthis>The hues are distributed according to a colour theme, giving a customisable look.</whatsthis>
  157.         <default>0</default>
  158.     </entry>
  159.     <entry key="Show Toolbar" type="Bool">
  160.         <label>Whether to show the toolbar in the playlist window.</label>
  161.         <whatthis>At the bottom of the playlist window, the toolbar can be used for buttons such as play and stop.</whatthis>
  162.         <default>true</default>
  163.     </entry>
  164.     <entry key="Cover Preview Size" type="Int">
  165.         <label>Size of the cover previews in Contextbrowser and Covermanager</label>
  166.         <whatsthis>Size of the cover previews in Contextbrowser and Covermanager</whatsthis>
  167.         <default>130</default>
  168.     </entry>
  169.     <entry key="Directories Recursively" type="Bool">
  170.         <label>Whether to add directories to playlist recursively</label>
  171.         <whatsthis>Enable/Disable recursive directory adding to the playlist.</whatsthis>
  172.         <default>true</default>
  173.     </entry>
  174.     <entry key="Track Delay Length" type="Int">
  175.         <label>Delay between tracks, in milliseconds</label>
  176.         <whatsthis>Delay between tracks, in milliseconds.</whatsthis>
  177.         <default>0</default>
  178.     </entry>
  179.     <entry key="Playlist Window Enabled" type="Bool">
  180.         <label>Whether the playlist window is visible</label>
  181.         <whatsthis>Enable/Disable the playlist window. Equal to clicking the PL button in the player window.</whatsthis>
  182.         <default>true</default>
  183.     </entry>
  184.     <entry key="Undo Levels" type="Int">
  185.         <label>Number of undo levels in playlist</label>
  186.         <whatsthis>The number of undo levels in the playlist.</whatsthis>
  187.         <default>30</default>
  188.     </entry>
  189.     <entry key="Current Analyzer" type="Int">
  190.         <label>Index of current visual analyzer</label>
  191.         <whatsthis>The ID of the visual analyzer to display.</whatsthis>
  192.         <default>-1</default>
  193.     </entry>
  194.     <entry key="Current Playlist Analyzer" type="Int">
  195.         <label>Index of analyzer displayed in playlist window</label>
  196.         <whatsthis>The ID of the visual analyzer to display in playlist window.</whatsthis>
  197.         <default>0</default>
  198.     </entry>
  199.     <entry key="Playlist Window Splitter" type="IntList">
  200.         <label>Playlist window splitter positions</label>
  201.         <whatsthis>Currently unused</whatsthis>
  202.         <default>70,140</default>
  203.     </entry>
  204.     <entry key="Show Splashscreen" type="Bool">
  205.         <label>Whether a splash-screen should be displayed on startup</label>
  206.         <whatsthis>Enable/Disable splashscreen during Amarok startup.</whatsthis>
  207.         <default>true</default>
  208.     </entry>
  209.     <entry key="Auto Show ContextBrowser" type="Bool">
  210.         <label>Whether ContextBrowser should be activated when starting playback</label>
  211.         <whatsthis>Automatically switches to ContextBrowser when playback is started.</whatsthis>
  212.         <default>false</default>
  213.     </entry>
  214.     <entry key="ContextBrowser StyleSheet" type="String">
  215.         <label>Set CSS stylesheet used to customize ContextBrowser's rendering</label>
  216.         <whatsthis>Set this to the style dir you want to use.</whatsthis>
  217.         <default>Default</default>
  218.     </entry>
  219.     <entry key="Relative Playlist" type="Bool">
  220.         <label>Whether playlists store relative path</label>
  221.         <whatsthis>If set, Amarok's manually saved playlists will contain a relative path to each track, not an absolute path.</whatsthis>
  222.         <default>true</default>
  223.     </entry>
  224.     <entry key="Overwrite Files" type="Bool">
  225.         <label>Whether organize files will overwrite existing files.</label>
  226.         <whatsthis>If set, Organize files will overwrite any existing destination.</whatsthis>
  227.         <default>false</default>
  228.     </entry>
  229.     <entry key="Group By Filetype" type="Bool">
  230.         <label>Whether organize files will group directories according to their filetype.</label>
  231.         <whatsthis>If set, Organize files will group directories containing the same filetype.</whatsthis>
  232.         <default>false</default>
  233.     </entry>
  234.     <entry key="Group Artists" type="Bool">
  235.         <label>Whether organize files will group artist starting in the same character.</label>
  236.         <whatsthis>If set, Organize files will group artist starting in the same character.</whatsthis>
  237.         <default>true</default>
  238.     </entry>
  239.     <entry key="Ignore The" type="Bool">
  240.         <label>Whether organize files will ignore The in artist names.</label>
  241.         <whatsthis>If set, Organize files will ignore The in artist names.</whatsthis>
  242.         <default>true</default>
  243.     </entry>
  244.     <entry key="Replace Space" type="Bool">
  245.         <label>Whether organize files will replace spaces in filenames by an underscore.</label>
  246.         <whatsthis>If set, Organize files will replace spaces in filenames by an underscore.</whatsthis>
  247.         <default>false</default>
  248.     </entry>
  249.     <entry key="Cover Icons" type="Bool">
  250.         <label>Whether organize files will use cover art as folder icons.</label>
  251.         <whatsthis>If set, Organize files will use cover art as folder icons.</whatsthis>
  252.         <default>true</default>
  253.     </entry>
  254.     <entry key="Organize Directory" type="Int">
  255.         <label>Index of collection folder destination for Organize files.</label>
  256.         <whatsthis>The ID of the collection folder destination for Organize files.</whatsthis>
  257.         <default>0</default>
  258.     </entry>
  259.     <entry key="Vfat Compatible" type="Bool">
  260.         <label>Whether organize files will rename files in a manner compatible with vfat filesystems.</label>
  261.         <whatsthis>If set, Organize files will replace characters that are not compatible with vfat filesystems (such as ':', '*' and '?').</whatsthis>
  262.         <default>true</default>
  263.     </entry>
  264.     <entry key="Ascii Only" type="Bool">
  265.         <label>Whether organize files will rename files such that they only contain 7-bit ASCII characters.</label>
  266.         <whatsthis>If set, Organize files will replace characters that are not compatible with the 7-bit ASCII character set.</whatsthis>
  267.         <default>false</default>
  268.     </entry>
  269.     <entry key="Use Custom Scheme" type="Bool">
  270.         <label>Whether organize files will use a custom file naming scheme.</label>
  271.         <whatsthis>If set, Organize files will rename files according to a custom format string.</whatsthis>
  272.         <default>false</default>
  273.     </entry>
  274.     <entry key="Custom Scheme" type="String">
  275.         <label>Format string for Organize files, if a custom naming scheme is used.</label>
  276.         <whatsthis>If the custom filename scheme is enabled, then Organize files will rename files according to this format string.</whatsthis>
  277.         <default>%folder/%filetype/%theartist/%album/%track_-_%title.%filetype</default>
  278.     </entry>
  279.     <entry key="Replacement Regexp" type="String">
  280.         <label>Regular expression that is to be replaced.</label>
  281.         <whatsthis>Organize files will replace substrings matching this regular expression.</whatsthis>
  282.         <default></default>
  283.     </entry>
  284.     <entry key="Replacement String" type="String">
  285.         <label>Replacing string.</label>
  286.         <whatsthis>Organize files will replace matching substrings with this string.</whatsthis>
  287.         <default></default>
  288.     </entry>
  289.     <entry key="External Browser" type="String">
  290.         <label>Filename of the external web browser to be invoked by Amarok.</label>
  291.         <default>kfmclient openURL</default>
  292.     </entry>
  293.     <entry key="Use Custom Icon Theme" type="Bool">
  294.         <label>Whether Amarok's custom icon theme or the system icon theme is used.</label>
  295.         <default>true</default>
  296.     </entry>
  297.     <entry key="Collection Browser View Mode" type="Int">
  298.         <label>Whether the collection view is in the flat or tree view mode</label>
  299.         <default>0</default>
  300.     </entry>
  301. </group>
  302.  
  303. <group name="Playback">
  304.     <entry key="Master Volume" type="Int">
  305.         <label>Master volume</label>
  306.         <whatsthis>The Amarok master volume, a value between 0 (muted) and 100.</whatsthis>
  307.         <default>80</default>
  308.         <min>0</min>
  309.         <max>100</max>
  310.     </entry>
  311.     <entry key="Crossfade" type="Bool">
  312.         <label>Whether to crossfade between tracks</label>
  313.         <whatsthis>Enable/Disable crossfading between track changes.</whatsthis>
  314.         <default>false</default>
  315.     </entry>
  316.     <entry key="Crossfade Length" type="Int">
  317.         <label>Length of crossfade, in milliseconds</label>
  318.         <whatsthis>The length of the crossfade between tracks in milliseconds.</whatsthis>
  319.         <default>4000</default>
  320.         <min>400</min>
  321.     </entry>
  322.     <entry key="Crossfade Type" type="Int">
  323.         <label>When to Crossfade</label>
  324.         <whatsthis>Determines whether to crossfade always, or on automatic/manual track changes only.</whatsthis>
  325.         <default>0</default>
  326.     </entry>
  327.     <entry key="Fadeout" type="Bool">
  328.         <label>Whether to fade out tracks when pressing stop.</label>
  329.         <whatsthis>Enable/Disable fadeout.</whatsthis>
  330.         <default>true</default>
  331.     </entry>
  332.     <entry key="Fadeout Length" type="Int">
  333.         <label>Length of fadeout, in milliseconds</label>
  334.         <whatsthis>The length of the fadeout in milliseconds.</whatsthis>
  335.         <default>3500</default>
  336.         <min>400</min>
  337.     </entry>
  338.     <entry key="FadeoutOnExit" type="Bool">
  339.         <label>Whether to fade out when exiting the program.</label>
  340.         <default>true</default>
  341.     </entry>
  342.     <entry key="Sound System" type="String">
  343.         <label>Sound system to use</label>
  344.         <whatsthis>Select the sound system used to play media. Amarok currently support aRts, GStreamer, xine, and NMM; however, their availability depends on the configuration used at compile time.</whatsthis>
  345.     </entry>
  346.     <entry key="Equalizer Enabled" type="Bool">
  347.         <label>Enables the equalizer plugin</label>
  348.         <whatsthis>When enabled, an equalizer plugin filters the audio stream.</whatsthis>
  349.         <default>false</default>
  350.     </entry>
  351.     <entry key="Equalizer Preamp" type="Int">
  352.         <label>Equalizer pre-amplification value, range -100..100, 0 is normal.</label>
  353.         <default>0</default>
  354.         <min>-100</min>
  355.         <max>100</max>
  356.     </entry>
  357.     <entry key="Equalizer Gains" type="IntList">
  358.         <label>Band gains for equalizer, 10 values, range -100..100, 0 is normal.</label>
  359.         <default>0, 0, 0, 0, 0, 0, 0, 0, 0, 0</default>
  360.     </entry>
  361.     <entry key="Equalizer Preset" type="String">
  362.         <label>Equalizer preset name.</label>
  363.         <default>Zero</default>
  364.     </entry>
  365. </group>
  366.  
  367. <group name="Cover Manager">
  368.     <entry key="Amazon Locale" type="String">
  369.         <label>Amazon locale for cover retrieval</label>
  370.         <whatsthis>Determines which Amazon server cover images should be retrieved from.</whatsthis>
  371.         <default>us</default>
  372.     </entry>
  373. </group>
  374.  
  375. <group name="Wikipedia">
  376.     <entry key="Wikipedia Locale" type="String">
  377.         <label>Wikipedia locale for information retrieval</label>
  378.         <whatsthis>Determines in which language the information is retrieved from Wikipedia.</whatsthis>
  379.         <default>en</default>
  380.     </entry>
  381. </group>
  382.  
  383. <group name="OSD">
  384.     <entry key="Osd Enabled" type="Bool">
  385.         <label>Use On-Screen Display</label>
  386.         <whatsthis>Enable/Disable the On-Screen Display.</whatsthis>
  387.         <default>true</default>
  388.     </entry>
  389.     <entry key="Osd Use Playlist Columns" type="Bool">
  390.         <label>Display the same information in the OSD as in the playlist columns.</label>
  391.         <whatsthis>If enabled, the OSD will display the same information and in the same order as the columns in the playlist.</whatsthis>
  392.         <default>true</default>
  393.     </entry>
  394.     <entry key="Osd Text" type="String">
  395.         <label>The OSD text to show</label>
  396.         <whatsthis>Customize the OSD display text.</whatsthis>
  397.         <default>%artist - %title {(%length)}\n%album</default>
  398.     </entry>
  399.     <entry key="Osd Font" type="Font">
  400.         <label>Font for On-Screen Display</label>
  401.         <whatsthis>The font to use for the On-Screen Display.</whatsthis>
  402.         <default code="true">QFont("Arial",16)</default>
  403.     </entry>
  404.     <entry key="Osd Draw Shadow" type="Bool">
  405.         <label>Draw a shadow around the text.</label>
  406.         <whatsthis>Draws a shadow around the OSD-text.</whatsthis>
  407.         <default>true</default>
  408.     </entry>
  409.     <entry key="Osd Use Fake Translucency" type="Bool">
  410.         <label>Fake-translucency Toggle</label>
  411.         <whatsthis>Make the background of the OSD use fake-translucency.</whatsthis>
  412.         <default>true</default>
  413.     </entry>
  414.     <entry key="Osd Use Custom Colors" type="Bool">
  415.         <label>Whether to use custom colors for the OSD</label>
  416.         <whatsthis>You can use custom colors for the OSD if you set this true.</whatsthis>
  417.         <default>false</default>
  418.     </entry>
  419.     <entry key="Osd Text Color" type="Color">
  420.         <label>Font Color for On-Screen Display</label>
  421.         <whatsthis>The color of the OSD text. The color is specified in RGB, a comma-separated list containing three integers between 0 and 255.</whatsthis>
  422.         <default>#ffff00</default>
  423.     </entry>
  424.     <entry key="Osd Background Color" type="Color">
  425.         <label>Background Color for On-Screen Display</label>
  426.         <whatsthis>The color of the OSD background. The color is specified in RGB, a comma-separated list containing three integers between 0 and 255.</whatsthis>
  427.         <default>#1500a0</default>
  428.     </entry>
  429.     <entry key="New Playlist Items Color" type="Color">
  430.         <label>The color that is used for new items in the playlist.</label>
  431.         <default>#0000ff</default>
  432.     </entry>
  433.     <entry key="Osd Duration" type="Int">
  434.         <label>How many milliseconds the text should be displayed</label>
  435.         <whatsthis>The time in milliseconds to show the OSD. A value of 0 means never hide. The default value is 5000 ms.</whatsthis>
  436.         <default>5000</default>
  437.         <min>0</min>
  438.     </entry>
  439.     <entry key="Osd Y Offset" type="Int">
  440.         <label>Y position offset</label>
  441.         <whatsthis>The Y position of the OSD relative to the chosen screen and  OSD alignment. If Top alignment is chosen the Y offset is the space between the upper part of the OSD and the top  of the screen. If Bottom alignment is chosen the Y offset is the space between the bottom part of the OSD and the bottom of the screen.</whatsthis>
  442.         <default>50</default>
  443.         <min>0</min>
  444.         <max>10000</max>
  445.     </entry>
  446.     <entry key="Osd Screen" type="Int">
  447.         <label>OSD screen</label>
  448.         <whatsthis>The screen that should display the OSD. For single-headed environments this setting should be 0.</whatsthis>
  449.         <default>0</default>
  450.     </entry>
  451.     <entry key="Osd Cover" type="Bool">
  452.         <label>Whether the album cover should be shown</label>
  453.         <whatsthis>If enabled, shows the album cover in the OSD.</whatsthis>
  454.         <default>true</default>
  455.     </entry>
  456.     <entry key="Osd Alignment" type="Enum">
  457.         <label>Align OSD to</label>
  458.         <whatsthis>The relative position of the OSD. Possible choices are Left, Middle, Right and Center.</whatsthis>
  459.         <choices>
  460.             <choice name="Left"/>
  461.             <choice name="Middle"/>
  462.             <choice name="Center"/>
  463.             <choice name="Right"/>
  464.         </choices>
  465.         <default>Center</default>
  466.     </entry>
  467.  
  468. </group>
  469.  
  470. <group name="Fonts">
  471.     <entry key="Use Custom Fonts" type="Bool">
  472.         <label>Whether to use user-defined fonts</label>
  473.         <whatsthis>Enabled/Disables custom fonts.</whatsthis>
  474.         <default>false</default>
  475.     </entry>
  476.     <entry key="Playlist Window Font" type="Font">
  477.         <label>Font in playlist window</label>
  478.         <whatsthis>The font to use in the playlist window.</whatsthis>
  479.     </entry>
  480.     <entry key="Player Widget Font" type="Font">
  481.         <label>Font in player window</label>
  482.         <whatsthis>The font to use in the player window.</whatsthis>
  483.     </entry>
  484.     <entry key="Context Browser Font" type="Font">
  485.         <label>Font in context browser</label>
  486.         <whatsthis>The font to use in the context browser.</whatsthis>
  487.     </entry>
  488. </group>
  489.  
  490. <group name="Colors">
  491.     <entry key="Scheme Amarok" type="Bool">
  492.         <label>Whether to use Amarok standard colors in the playlist window</label>
  493.         <whatsthis>If set, Amarok uses the Amarok standard colors in the playlist.</whatsthis>
  494.         <default>false</default>
  495.     </entry>
  496.     <entry key="Scheme KDE" type="Bool">
  497.         <label>Whether to use global KDE colors in the playlist window</label>
  498.         <whatsthis>If set, Amarok uses the KDE standard colors in the playlist.</whatsthis>
  499.         <default>true</default>
  500.     </entry>
  501.     <entry key="Scheme Custom" type="Bool">
  502.         <label>Whether to use user-defined colors in the playlist window</label>
  503.         <whatsthis>If set, Amarok uses the user-defined colors in the playlist.</whatsthis>
  504.         <default>false</default>
  505.     </entry>
  506.     <entry key="Playlist Window Fg Color" type="Color">
  507.         <label>Playlist window foreground color</label>
  508.         <whatsthis>The color to use as foreground color in the playlist. The color is specified in RGB, a comma-separated list containing three integers between 0 and 255.</whatsthis>
  509.         <default>#80a0ff</default>
  510.     </entry>
  511.     <entry key="Playlist Window Bg Color" type="Color">
  512.         <label>Playlist window background color</label>
  513.         <whatsthis>The color to use as background color in the playlist. The color is specified in RGB, a comma-separated list containing three integers between 0 and 255.</whatsthis>
  514.         <default>#000000</default>
  515.     </entry>
  516.     <entry key="Star Color Half" type="Color">
  517.         <label>Color for half rating star</label>
  518.         <whatsthis>The color to use for a half rating star, if not the default.</whatsthis>
  519.     </entry>
  520.     <entry key="Star Color One" type="Color">
  521.         <label>Color for single rating star</label>
  522.         <whatsthis>The color to use for a single rating star, if not the default.</whatsthis>
  523.     </entry>
  524.     <entry key="Star Color Two" type="Color">
  525.         <label>Color for two rating stars</label>
  526.         <whatsthis>The color to use for two rating stars, if not the default.</whatsthis>
  527.     </entry>
  528.     <entry key="Star Color Three" type="Color">
  529.         <label>Color for three rating stars</label>
  530.         <whatsthis>The color to use for three rating stars, if not the default.</whatsthis>
  531.     </entry>
  532.     <entry key="Star Color Four" type="Color">
  533.         <label>Color for four rating stars</label>
  534.         <whatsthis>The color to use for four rating stars, if not the default.</whatsthis>
  535.     </entry>
  536.     <entry key="Star Color Five" type="Color">
  537.         <label>Color for five rating stars</label>
  538.         <whatsthis>The color to use for five rating stars, if not the default.</whatsthis>
  539.     </entry>
  540. </group>
  541.  
  542. <group name="Session">
  543.     <entry key="Resume Playback" type="Bool">
  544.         <label>Resume playback of last played track on startup</label>
  545.         <whatsthis>If set, Amarok resumes playback of the last played track on startup.</whatsthis>
  546.         <default>false</default>
  547.     </entry>
  548.     <entry key="Resume Track" type="Path">
  549.         <label>Track URL to resume upon startup</label>
  550.         <whatsthis>Internal: URL of the track to resume on startup.</whatsthis>
  551.     </entry>
  552.     <entry key="Resume Time" type="Int">
  553.         <label>Time to resume at, in milliseconds</label>
  554.         <whatsthis>Internal: Playback position in the track to resume on startup.</whatsthis>
  555.     </entry>
  556. </group>
  557.  
  558. <group name="Collection">
  559.     <entry key="DatabaseEngine" type="String">
  560.         <label>Database Engine</label>
  561.         <whatsthis>The database engine used to store collection</whatsthis>
  562.         <default>SQLite</default>
  563.     </entry>
  564.     <entry key="Scan Recursively" type="Bool">
  565.         <label>Whether Collections folders are scanned recursively</label>
  566.         <default>true</default>
  567.     </entry>
  568.     <entry key="Monitor Changes" type="Bool">
  569.         <label>Whether Collection folders are rescanned on change</label>
  570.         <default>true</default>
  571.     </entry>
  572.     <entry key="Collection Folders" type="PathList">
  573.         <label>List of folders in the Collection</label>
  574.     </entry>
  575. </group>
  576.  
  577. <group name="MySql">
  578.     <entry key="MySqlHost" type="String">
  579.         <label>Host</label>
  580.         <whatsthis>The host MySql server is running on</whatsthis>
  581.         <default>localhost</default>
  582.     </entry>
  583.     <entry key="MySqlPort" type="Int">
  584.         <label>Port</label>
  585.         <whatsthis>The port MySql server is listening</whatsthis>
  586.         <default>3306</default>
  587.     </entry>
  588.     <entry key="MySqlDbName" type="String">
  589.         <label>Database name</label>
  590.         <whatsthis>The database's name</whatsthis>
  591.         <default>amarok</default>
  592.     </entry>
  593.     <entry key="MySqlUser" type="String">
  594.         <label>User</label>
  595.         <whatsthis>The user's name to use for connecting MySql</whatsthis>
  596.     </entry>
  597.     <entry key="MySqlPassword" type="Password">
  598.         <label>Password</label>
  599.         <whatsthis>The user's password</whatsthis>
  600.     </entry>
  601.     <entry key="MySqlPassword2" type="String">
  602.         <label>Password</label>
  603.         <whatsthis>The user's password</whatsthis>
  604.     </entry>
  605. </group>
  606.  
  607. <group name="Postgresql">
  608.     <entry key="PostgresqlHost" type="String">
  609.         <label>Host</label>
  610.         <whatsthis>The host Postgresql server is running on</whatsthis>
  611.         <default>localhost</default>
  612.     </entry>
  613.     <entry key="PostgresqlPort" type="Int">
  614.         <label>Port</label>
  615.         <whatsthis>The port Postgresql server is listening</whatsthis>
  616.         <default>5432</default>
  617.     </entry>
  618.     <entry key="PostgresqlDbName" type="String">
  619.         <label>Database name</label>
  620.         <whatsthis>The database's name</whatsthis>
  621.         <default>amarok</default>
  622.     </entry>
  623.     <entry key="PostgresqlUser" type="String">
  624.         <label>User</label>
  625.         <whatsthis>The user's name to use for connecting Postgresql</whatsthis>
  626.         <default>amarok</default>
  627.     </entry>
  628.     <entry key="PostgresqlPassword" type="Password">
  629.         <label>Password</label>
  630.         <whatsthis>The user's password</whatsthis>
  631.     </entry>
  632.     <entry key="PostgresqlPassword2" type="String">
  633.         <label>Password</label>
  634.         <whatsthis>The user's password</whatsthis>
  635.     </entry>
  636. </group>
  637.  
  638. <group name="Scrobbler">
  639.         <entry key="SubmitPlayedSongs" type="Bool">
  640.             <label>Submit played songs</label>
  641.             <whatsthis>Whether played songs are submitted to Audioscrobbler</whatsthis>
  642.             <default>false</default>
  643.         </entry>
  644.         <entry key="ScrobblerUsername" type="String">
  645.             <label>Username</label>
  646.             <whatsthis>The username to use for connecting to Audioscrobbler</whatsthis>
  647.             <default/>
  648.         </entry>
  649.         <entry key="ScrobblerPassword" type="String">
  650.             <label>Password</label>
  651.             <whatsthis>The password to use for connecting to Audioscrobbler</whatsthis>
  652.             <default/>
  653.         </entry>
  654.         <entry key="RetrieveSimilarArtists" type="Bool">
  655.             <label>Retrieve similar artists</label>
  656.             <whatsthis>Whether similar songs are retrieved from Audioscrobbler</whatsthis>
  657.             <default>false</default>
  658.         </entry>
  659. </group>
  660.  
  661. <group name="MediaDevice">
  662.     <entry key="DeviceType" type="String">
  663.         <label>Device type</label>
  664.         <whatsthis>The type of media device.</whatsthis>
  665.     </entry>
  666.     <entry key="MountPoint" type="String">
  667.         <label>Mount point</label>
  668.         <whatsthis>The mount point used for the media device connection.</whatsthis>
  669.     </entry>
  670.     <entry key="MountCommand" type="String">
  671.         <label>Mount command</label>
  672.         <whatsthis>The mount command used for the media device connection.</whatsthis>
  673.     </entry>
  674.     <entry key="UmountCommand" type="String">
  675.         <label>UmountCommand</label>
  676.         <whatsthis>The umount command used for the media device connection.</whatsthis>
  677.     </entry>
  678.     <entry key="AutoDeletePodcasts" type="Bool">
  679.         <label>Auto delete podcasts</label>
  680.         <whatsthis>Whether podcasts shows already played are automatically deleted when media device is connected.</whatsthis>
  681.     </entry>
  682.     <entry key="SyncStats" type="Bool">
  683.         <label>Sync stats</label>
  684.         <whatsthis>Whether Amarok statistics should be synchronized with play count/ratings on device and whether tracks played should be submitted to last.fm.</whatsthis>
  685.     </entry>
  686.     <entry key="AutoConnect" type="Bool">
  687.         <label>Connect automatically</label>
  688.         <whatsthis>Whether to automatically try to connect media device when starting Amarok.</whatsthis>
  689.         <default>true</default>
  690.     </entry>
  691. </group>
  692.  
  693. <group name="Daap">
  694.   <entry key="ManuallyAddedServers" type="StringList">
  695.       <label>Manually added servers</label>
  696.       <whatsthis>Music Sharing servers added by the user.</whatsthis>
  697.       <default/>
  698.   </entry>
  699.   <entry key="ServerPasswords" type="StringList">
  700.     <label>Server passwords</label>
  701.     <whatsthis>Passwords stored by hostname.</whatsthis>
  702.   </entry>
  703. </group>
  704.  
  705. </kcfg>
  706.